home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMRVINSERTSYMBOL / TFRMRVINSERTSYMBOL.txt
Text File  |  2004-10-12  |  2KB  |  108 lines

  1. inherited frmRVInsertSymbol: TfrmRVInsertSymbol
  2.   Left = 243
  3.   Top = 130
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Insert Symbol'
  7.   ClientHeight = 336
  8.   ClientWidth = 703
  9.   Constraints.MinHeight = 363
  10.   Constraints.MinWidth = 560
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblCharset: TLabel
  17.     Left = 412
  18.     Top = 14
  19.     Width = 68
  20.     Height = 13
  21.     Anchors = [akTop, akRight]
  22.     Caption = '&Character Set:'
  23.   end
  24.   object lblFont: TLabel
  25.     Left = 15
  26.     Top = 14
  27.     Width = 24
  28.     Height = 13
  29.     Caption = '&Font:'
  30.   end
  31.   object Label1: TLabel
  32.     Left = 13
  33.     Top = 312
  34.     Width = 32
  35.     Height = 13
  36.     Anchors = [akLeft, akBottom]
  37.     Caption = 'Label1'
  38.   end
  39.   object btnOk: TButton
  40.     Left = 493
  41.     Top = 305
  42.     Width = 100
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Caption = 'Insert'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 3
  49.   end
  50.   object btnCancel: TButton
  51.     Left = 596
  52.     Top = 305
  53.     Width = 100
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 4
  60.   end
  61.   object cmbFont: TRVFontComboBox
  62.     Left = 70
  63.     Top = 10
  64.     Width = 171
  65.     Height = 21
  66.     Style = csDropDownList
  67.     DropDownCount = 20
  68.     ItemHeight = 13
  69.     TabOrder = 0
  70.     OnClick = cmbFontClick
  71.   end
  72.   object cmbCharset: TRVFontCharsetComboBox
  73.     Left = 523
  74.     Top = 10
  75.     Width = 164
  76.     Height = 21
  77.     Style = csDropDownList
  78.     Anchors = [akTop, akRight]
  79.     DropDownCount = 20
  80.     ItemHeight = 13
  81.     TabOrder = 1
  82.     OnClick = cmbCharsetClick
  83.     AddDefaultCharset = True
  84.     DefaultCharsetCaption = 'Unicode'
  85.   end
  86.   object dg: TRVGrid
  87.     Left = 8
  88.     Top = 43
  89.     Width = 687
  90.     Height = 246
  91.     HelpContext = 109
  92.     Anchors = [akLeft, akTop, akRight, akBottom]
  93.     TabOrder = 2
  94.     TabStop = True
  95.     OnEnter = dgEnter
  96.     BoundsType = bbtByGridBounds
  97.     RowCount = 8
  98.     RowsVisible = 8
  99.     ColCount = 28
  100.     GridLineWidth = 1
  101.     DefaultColWidth = 32
  102.     DefaultRowHeight = 20
  103.     OnDrawCell = dgDrawCell
  104.     OnSelectCell = dgSelectCell
  105.     OnTopLeftChanged = dgTopLeftChanged
  106.   end
  107. end
  108.